body
{
	/* background: #eeeedd; */
	font-family: "Trebuchet MS",Verdana,"Lucida Grande",Arial,Helvetica,sans-serif;
	color: black;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-size:small;
}

#leftnav
{
	display:none;
}

#content
{
	/* margin-left: 185px; */
}

h1, h2
{
	color: #006699;
	background: transparent;
	font-weight: bold;
	/* text-align: center; */
}

h3, h4, h5
{
	color: #006699;
	background: transparent;
	font-weight: bold;
	margin-left: 3%;
}

p
{
	/*font-size: small;*/
	margin-left: 3%;
	margin-right: 3%; 
}

ul, ol, dl
{
	font-size: small;
	margin-left: 3%;
	margin-right: 3%; 

/*	padding-left: 6%;
	padding-right: 6%; */
}


p.underdev
{
	font-size: xx-small;
	margin-left: 5%;
	margin-right: 5%;
}

p.timestamp
{
	font-size: x-small;
	font-style: italic;
}


/* ul ul, table ol, table ul { margin-right: 1%; } */

code { font-size: larger; }

pre
{
	margin-left: 5%;
	white-space: pre;
}

blockquote
{
	margin-left: 8%;
	margin-right: 8%;
	border: thin ridge #9EA6C9;
}

dt a
{
	font-weight: bold;
	margin-top: .8em;
}

a:link
{
	color: #000066;
	background: transparent;
}

a:hover
{
	color: #0000CC;
	background: transparent;
}

a:visited
{
	color: #000033;
	background: transparent;
}

a:active
{
	color: #0066FF;
	background: transparent;
}

.note
{
	font-size: 85%;
	margin-left: 10%;
}

.toolbar { text-align: center; }
.toolbar IMG { float: right; }

/*
@media  print {
  input#toggler, .toolbar { display: none }
}
*/